'宣言 Public Function New( _ ByVal caption As System.String, _ ByVal ParamArray occurrences() As IndexEntryOccurrence _ )
'使用法 Dim caption As System.String Dim occurrences() As IndexEntryOccurrence Dim instance As New IndexEntry(caption, occurrences)
public IndexEntry( System.string caption, params IndexEntryOccurrence[] occurrences )
パラメータ
- caption
- 現在のインデックスエントリの Captionに割り当てられる文字列。
- occurrences
- このインデックスエントリの Occurrencesコレクションに追加される1つまたは複数の IndexEntryOccurrenceオブジェクト。